From: Joey Hess Date: Fri, 11 Apr 2025 17:22:20 +0000 (-0400) Subject: done X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~11 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=f0123ec43a02de37817e6769f1f97026d5c9fd84;p=git-annex.git done --- diff --git a/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site.mdwn b/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site.mdwn index f637a5addb..ff25801601 100644 --- a/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site.mdwn +++ b/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site.mdwn @@ -14,3 +14,5 @@ The advantage of having the annexed files but not the git repo encrypted is that Thanks in advance for considering! -- MSz [[!tag projects/INM7]] + +> [[done]], by implementing the mask special remote --[[Joey]] diff --git a/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_5_8423d36a81a91aacce9e1906baee5626._comment b/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_5_8423d36a81a91aacce9e1906baee5626._comment new file mode 100644 index 0000000000..8472398e18 --- /dev/null +++ b/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_5_8423d36a81a91aacce9e1906baee5626._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2025-04-11T17:20:08Z" + content=""" +Implemented this as the mask special remote. + +For example, to make a remote that stores annexed +files encrypted in the origin remote: + + git annex initremote encryptedorigin type=mask remote=origin encryption=hybrid pubkey=id@joeyh.name +"""]]